diff options
author | Renard | 2019-09-16 01:22:56 -0300 |
---|---|---|
committer | Renard | 2019-09-16 01:22:56 -0300 |
commit | cd9b802b71df4e2701e2311b2995fe70a9692ae4 (patch) | |
tree | 5555330f1ffb249e3b2f3d41243d393f34782ab3 /src/App.css | |
parent | f020559df8c31d01f678435096d5a5c91aed2527 (diff) | |
download | bai-client-cd9b802b71df4e2701e2311b2995fe70a9692ae4.tar.gz bai-client-cd9b802b71df4e2701e2311b2995fe70a9692ae4.tar.xz bai-client-cd9b802b71df4e2701e2311b2995fe70a9692ae4.zip |
Prettier
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 +} |