diff --git a/stylesheets/futaba.css b/stylesheets/futaba.css index d30cb938..2a30bc00 100644 --- a/stylesheets/futaba.css +++ b/stylesheets/futaba.css @@ -75,3 +75,12 @@ unimportant, .unimportant * { table.modlog tr th { background: #EA8; } + +.desktop-style div.boardlist:nth-child(1) { + text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px; +} + + +.desktop-style div.boardlist:nth-child(1):hover { + background-color: rgba(90%, 90%, 90%, 0.55); +}