diff --git a/public/s/css/w0bm.css b/public/s/css/w0bm.css index ff6eab1..d8ce467 100644 --- a/public/s/css/w0bm.css +++ b/public/s/css/w0bm.css @@ -13,9 +13,30 @@ .metadata { grid-template-columns: 0.4fr auto 0.4fr; + grid-template-rows: auto 1fr; + background-color: transparent; + border: none; } .steuerung { font-size:xx-large; font-family: monospace; +} + +.steuerung a { + color: white; +} + +.blahlol { + grid-column: 2; +} + +span#favs { + background: transparent !important; + border: none !important; +} + +.badge-dark, #themeselector { + background-color: unset; + border: unset; } \ No newline at end of file diff --git a/views/item.html b/views/item.html index 7e2bdee..4563c5e 100644 --- a/views/item.html +++ b/views/item.html @@ -5,10 +5,9 @@