]> git.bochard.net Git - mysite.git/commitdiff
link color change
authorbochard <mail@bochard.net>
Sat, 26 Jul 2025 03:28:46 +0000 (11:28 +0800)
committerbochard <mail@bochard.net>
Sat, 26 Jul 2025 03:28:46 +0000 (11:28 +0800)
parts/underconstruction.php
stylesheets/component.css
stylesheets/root.css

index 250e0b350087fea563d177f45b06a7ba79257e8a..7c02112d8bfc1cf15065bb11b2eb72ceb3a65462 100644 (file)
@@ -2,6 +2,6 @@
   <img src="/images/gifs/under-construction/underconstructiontxt.gif" alt="under-construction text gif" width="300"><br>
   <img src="/images/gifs/under-construction/underconstructionimg.gif" alt="men in work" width="250">
   <h1>nothing here yet...</h1>
-  <p>check back soon... some content will be inserted here.</p>
+  <p>check back soon, some cool stuffs will be inserted here.</p>
 </div>
-<hr>
\ No newline at end of file
+<hr>
index 2484444cad86f80547304a1fff28e710f44ba522..244992bb618622606a21b08391be89f1272fa6b4 100644 (file)
   list-style-type: none;
   padding: 3px;
 }
-#sidebar a {
-  color: inherit;
-  text-decoration: none;
-}
 #sidebar table {
        border-spacing: 0;
 }
index 29637e638969be0ce56a7a5c43ff91b98eb84ed3..80aeae10e17e35341c281dc8e481d5edcca5c105 100644 (file)
@@ -1,5 +1,5 @@
 body {
-       font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
+       font-family: Palatino, serif;
        background-image: url('/images/backgrounds/Ocean.jpg');
        background-size: cover;
        background-attachment: fixed;
@@ -22,3 +22,10 @@ p {
 h1, h2, h3, h4, h5, h6 {
   margin-bottom: 0;
 }
+a {
+       color: yellow;
+       text-decoration: none;
+}
+a:hover {
+       text-decoration: underline;
+}