diff options
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/App.css b/src/App.css index 16aba4d..3b800da 100644 --- a/src/App.css +++ b/src/App.css @@ -19,7 +19,7 @@ } .vipFont { - font-family: Mona, Monapo, IPAMonaPGothic, 'MS PGothic', YOzFontAA97; + font-family: Mona, Monapo, IPAMonaPGothic, "MS PGothic", YOzFontAA97; } .tripcode { @@ -28,11 +28,11 @@ } .username { - color: #B5BD68; + color: #b5bd68; } .username.sage { - color: #81A2BE; + color: #81a2be; } /* a quien estás citando? */ @@ -77,4 +77,4 @@ .deleted { color: rgba(0, 0, 0, 0.4); font-style: italic; -}
\ No newline at end of file +} |