diff options
author | neptune | 2021-03-26 17:39:29 -0300 |
---|---|---|
committer | neptune | 2021-03-26 17:39:29 -0300 |
commit | c6a63f5c141c5f144434e556fcf296be4240e7f9 (patch) | |
tree | a958e4355403e64fa204963620ec09541be11635 /static/css/txt | |
parent | 0313477c29f101f332b51b2c1ea361320e22bd85 (diff) | |
download | weabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.tar.gz weabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.tar.xz weabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.zip |
Update
Diffstat (limited to 'static/css/txt')
-rw-r--r-- | static/css/txt/sjis.css | 3 | ||||
-rw-r--r-- | static/css/txt/vipper.css | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/static/css/txt/sjis.css b/static/css/txt/sjis.css index 5dbcb4c..7035062 100644 --- a/static/css/txt/sjis.css +++ b/static/css/txt/sjis.css @@ -1,7 +1,8 @@ body, textarea { font-family: Mona, Monapo, IPAMonaPGothic, "MS PGothic", YOzFontAA97; + font-size: 12pt; } textarea { - font-size: 16px; + font-size: 12pt; } diff --git a/static/css/txt/vipper.css b/static/css/txt/vipper.css new file mode 100644 index 0000000..c1eb15c --- /dev/null +++ b/static/css/txt/vipper.css @@ -0,0 +1,2 @@ +.mainpage .name { color: red } +.mainpage a .name { color: blue } |