Difference between revisions of "User:Anax/vector.css"

From The Anaxverse
Jump to navigation Jump to search
(Replaced content with "textarea, .editOptions { background-color: black; color: white; }")
Tag: Replaced
 
Line 1: Line 1:
 
textarea, .editOptions {
 
textarea, .editOptions {
     background-color: black;
+
     background-color: #272727;
 
     color: white;
 
     color: white;
 
}
 
}

Latest revision as of 14:11, 25 November 2019

textarea, .editOptions {
    background-color: #272727;
    color: white;
}