diff options
author | Renard | 2019-09-13 11:44:38 -0300 |
---|---|---|
committer | Renard | 2019-09-13 11:44:38 -0300 |
commit | 5565777306d2a070fb3c222734b0a2e9c8241ec8 (patch) | |
tree | d689eea6ade0deefe82a643978b8d9fd76936456 /src/App.css | |
parent | 0f812e53725b6af8e36b38411f8d6934dce3cd43 (diff) | |
download | bai-client-5565777306d2a070fb3c222734b0a2e9c8241ec8.tar.gz bai-client-5565777306d2a070fb3c222734b0a2e9c8241ec8.tar.xz bai-client-5565777306d2a070fb3c222734b0a2e9c8241ec8.zip |
Tripcode, IDs y sage
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index 9341c49..a53157f 100644 --- a/src/App.css +++ b/src/App.css @@ -16,4 +16,22 @@ .vipFont { font-family: Mona, Monapo, IPAMonaPGothic, 'MS PGothic', YOzFontAA97; +} + +.tripcode { + font-weight: normal !important; + font-style: italic !important; +} + +.username { + color: #B5BD68; +} + +.username.sage { + color: #81A2BE; +} + +/* a quien estás citando? */ +.q { + color: #080; }
\ No newline at end of file |