Browse Source

Update style.css

Visman 2 years ago
parent
commit
a597c41f89
1 changed files with 5 additions and 1 deletions
  1. 5 1
      public/style/ForkBB/style.css

+ 5 - 1
public/style/ForkBB/style.css

@@ -194,6 +194,10 @@ body,
   background-color: #D3B58D;
   background-color: #D3B58D;
 }
 }
 
 
+#fork option {
+  background-color: #AA7939;
+}
+
 #fork section > h2,
 #fork section > h2,
 #fork aside > h2 {
 #fork aside > h2 {
   display: none;
   display: none;
@@ -2062,7 +2066,7 @@ body,
 #fork .f-ftlist .f-fch:checked + .f-ficon::after,
 #fork .f-ftlist .f-fch:checked + .f-ficon::after,
 #fork .f-post-checkbox:checked + .f-post-header::before {
 #fork .f-post-checkbox:checked + .f-post-header::before {
   font: 900 1rem "FontAwesomeFree";
   font: 900 1rem "FontAwesomeFree";
-  content: "\f00c";
+  content: "\f560"; /* \f00c */
   color: red;
   color: red;
   position: absolute;
   position: absolute;
   top: 50%;
   top: 50%;