green = orange
authorZoe <zoe@fsf.org>
Fri, 13 Sep 2019 23:14:23 +0000 (19:14 -0400)
committerZoe <zoe@fsf.org>
Fri, 13 Sep 2019 23:14:23 +0000 (19:14 -0400)
2020/assets/css/custom.css

index e2947bd106ee2c702bbc5a6afc5f783b5cac231d..cdec4e9c108a1a782a9c23db545fb9cd47c058be 100644 (file)
@@ -181,7 +181,7 @@ article.ical-howto h2 {
 
 a:hover,
 a:focus {
-  color: rgb(38, 208, 61);
+  color: #f57900;
   text-decoration: none;
 }
 
@@ -750,7 +750,7 @@ hr {
   display: block;
   padding: 10px 15px;
   text-decoration: none;
-  background-color: rgba(240, 240, 240, 0.8);
+  background-color: #f5790036;
   transition: background-color 0.1s;
   border-bottom: none;
 }