v14 color swap
authorGreg Farough <gregf@gnu.org>
Wed, 15 Nov 2023 18:31:11 +0000 (13:31 -0500)
committerGreg Farough <gregf@gnu.org>
Wed, 15 Nov 2023 18:31:11 +0000 (13:31 -0500)
v14/css/master.css
v14/img/underline.svg

index e47567a0769f8856cb6040a7ffcac65468c13f8a..3fc3f2bf44078d7bbd0ad693cd4a69fd084df89c 100644 (file)
@@ -8,12 +8,12 @@ html {
   margin-bottom: 0;
   border: 0;
   border-radius: 0;
-  background: #8172d1;
+  background: #DD222F;
 }
 
 .navbar-header {
   border: 0;
-  background: #8172d1;
+  background: #DD222F;
   box-shadow: none;
 }
 
@@ -29,8 +29,8 @@ html {
   width: 40px;
   height: 5px;
   border-radius: 6px;
-  background-color: #ffd429;
-  background: #8172d1;
+  background-color: #22ddd0;
+  background: #DD222F;
 }
 
 .navbar-default .navbar-toggle:focus,
@@ -44,7 +44,7 @@ html {
 }
 
 .navbar-collapse {
-  background: #8172d1;
+  background: #DD222F;
 }
 
 .navbar-default .navbar-nav > li > a {
@@ -52,7 +52,7 @@ html {
 }
 
 .alert-link {
-  color: #ffd429 !important;
+  color: #22ddd0 !important;
 }
 
 .alert-link:hover {
@@ -66,7 +66,7 @@ html {
 }
 
 .alert-success {
-  background: #8172d1;
+  background: #DD222F;
 
 }
 
@@ -179,9 +179,9 @@ li {
 }
 
 a {
-  border-bottom: 2px solid #ffd429;
+  border-bottom: 2px solid #22ddd0;
   /* color: #2caf8f; */
-  color: #8172d1;
+  color: #DD222F;
   text-decoration: none;
   font-weight: bold;
   transition: .3s all ease;
@@ -247,11 +247,11 @@ section {
 .intro-text {
   padding-top: 20px;
   padding-bottom: 0;
-  background: #8172d1;
+  background: #DD222F;
 }
 
 .intro-text h1 {
-  color: #8172d1;
+  color: #DD222F;
 }
 
 .illustration {
@@ -291,7 +291,7 @@ section {
 }
 
 .action-button:hover {
-  background: #8172d1;
+  background: #DD222F;
   color: white;
 }
 
@@ -493,7 +493,7 @@ li.neutral {
 /*Footer*/
 footer {
   padding-top: 30px;
-  background-color: #8172d1;
+  background-color: #DD222F;
   /* background-color: #4B423B; */
 }
 
@@ -537,7 +537,7 @@ footer a:hover {
 
   .navbar-default .navbar-nav > li > a {
     padding: 7px;
-    color: #8172d1;
+    color: #DD222F;
   }
 
   .navbar li {
@@ -570,7 +570,7 @@ footer a:hover {
   }
 
   .navbar li a:hover {
-       color: #8172d1;
+       color: #DD222F;
        /* color: #4B423B; */
   }
 
@@ -658,7 +658,7 @@ footer a:hover {
   }
 
   .navbar li:hover a {
-       color: #8172d1;
+       color: #DD222F;
        /* color: #4B423B; */
   }
 
@@ -690,7 +690,7 @@ footer a:hover {
   }
 
   .intro-text a {
-    color: gold;
+    color: 22ddd0;
   }
 
   .intro-text h4 {
index a588de401e59f60d5ff0abd0de4dfbad8a7d2d8a..9deeb1bf11ed55cd7e4b58d4a1ba4ec0518f80c3 100644 (file)
@@ -1 +1 @@
-<svg width="141px" height="3px" viewBox="0 0 141 3" xmlns="http://www.w3.org/2000/svg">    <g fill="none" fill-rule="evenodd" stroke-linecap="round"><path d="m91.5 1528.5h138" transform="translate(-90-1527)" stroke="#ffd429" stroke-width="3"/></g></svg>
\ No newline at end of file
+<svg width="141px" height="3px" viewBox="0 0 141 3" xmlns="http://www.w3.org/2000/svg">    <g fill="none" fill-rule="evenodd" stroke-linecap="round"><path d="m91.5 1528.5h138" transform="translate(-90-1527)" stroke="#22ddd0" stroke-width="3"/></g></svg>
\ No newline at end of file