From bcd0719eac9780dad431aee4427ce971f6c536e4 Mon Sep 17 00:00:00 2001 From: fatchan Date: Tue, 28 Apr 2020 16:42:31 +0200 Subject: [PATCH] theme changes --- gulp/res/css/themes/miku.css | 3 +++ gulp/res/css/themes/win95.css | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/gulp/res/css/themes/miku.css b/gulp/res/css/themes/miku.css index 81e9f329..ed5234af 100644 --- a/gulp/res/css/themes/miku.css +++ b/gulp/res/css/themes/miku.css @@ -30,3 +30,6 @@ --greentext-color: #789922; --pinktext-color:#E0727F; } +.post-container, #float .post-container, .stickynav, .pages, .toggle-summary, .catalog-tile, #livetext, #threadstats { + border-width: 0 1px 1px 0; +} diff --git a/gulp/res/css/themes/win95.css b/gulp/res/css/themes/win95.css index 50d88e42..b0459870 100644 --- a/gulp/res/css/themes/win95.css +++ b/gulp/res/css/themes/win95.css @@ -135,3 +135,9 @@ padding-bottom: 3em; padding-right: 5px; } } +.rainbow { +display: inline +} +.nav-item:nth-of-type(3) { +line-height: 1.75em +}