diff --git a/public/s/css/w0bm.css b/public/s/css/w0bm.css index 3e4c032..f19f60f 100644 --- a/public/s/css/w0bm.css +++ b/public/s/css/w0bm.css @@ -45,4 +45,32 @@ span#favs { .badge-dark, #themeselector { background-color: unset; border: unset; +} + +._204863 { + background: none; + border: none; +} + +.media-object { + border: none; +} + +.v0ck { + background: transparent; +} + +.wrapper { + height: 100%; + display: grid; + justify-content: right; + grid-template-columns: 1fr; + grid-template-rows: auto auto auto; + width: 100%; + background: #14755e0a; + position: fixed; + } + +#main { + grid-row: 2; } \ No newline at end of file