Remove gap from statuses, make CSS link non-relative
This commit is contained in:
parent
62606fa9f6
commit
9bcaf4de5f
2 changed files with 15 additions and 6 deletions
|
@ -2,7 +2,7 @@ function rain() {
|
|||
var html = ""
|
||||
|
||||
html += `<div class="rainStuff"><div class="rainContainer">`
|
||||
html += `<link rel="stylesheet" type="text/css" href="./themes/rain.css">`
|
||||
html += `<link rel="stylesheet" type="text/css" href="/themes/rain.css">`
|
||||
|
||||
var amount = 7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue