]> git.ipfire.org Git - ipfire.org.git/blobdiff - static/css/style.css
Bug 11329: fixed
[ipfire.org.git] / static / css / style.css
index 44e08e9525feb2820ec123a84f4235b313f7d14d..e0f848a4f53bafe31b56c5ba40981953562dc67d 100644 (file)
@@ -4969,6 +4969,9 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
   .hidden-print {
     display: none !important; } }
 
+.amber-800 {
+  color: #ff8f00; }
+
 h1 {
   line-height: 3rem; }
 
@@ -5142,7 +5145,8 @@ button.navbar-toggler div {
   font-family: 'Ubuntu', sans-serif;
   font-size: 1rem;
   display: inline-block;
-  margin-left: 12px; }
+  position: relative;
+  top: -4px; }
 
 .btn {
   height: 36px;
@@ -5295,6 +5299,8 @@ section.intro {
         section.intro .page-scroll .btn {
           width: 64px;
           height: 64px; } }
+      section.intro .page-scroll .btn:hover .i_arrow_down {
+        fill: white; }
 
 section.content-section {
   padding: 3rem 0; }