Merge branch 'fix-link-color' into 'develop'
[akkoma] / lib / pleroma / web / templates / layout / app.html.eex
index 818b3404bf17a33f48d0f5862f5d0e783936eab1..51603fe0ca1b95be0d11e204fd2c82ef166449a9 100644 (file)
         margin-bottom: 20px;
       }
 
+      a {
+        color: #d8a070;
+        text-decoration: none;
+      }
+
       form {
         width: 100%;
       }
@@ -89,7 +94,7 @@
 
       .scope:before {
         color: #b9b9ba;
-        content: "✔";
+        content: "✔\fe0e";
         margin-left: 1em;
         margin-right: 1em;
       }
         width: 100%;
         background-color: #931014;
         border: 1px solid #a06060;
-        color: #902020;
         border-radius: 4px;
         padding: 10px;
         margin-top: 20px;
 
         .scope:first-child:before {
           margin-left: 1em;
-          content: "✔";
+          content: "✔\fe0e";
         }
 
         .scope:after {