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 +}