diff options
| author | Fuwn <[email protected]> | 2026-03-01 15:50:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 15:50:45 -0800 |
| commit | 87693d8b99fcbe9a0d64af51f1c786dc62dffd4a (patch) | |
| tree | 65ae6f17ce98af76de782ba7fb5ff3466861a618 /src/lib | |
| parent | chore(biome): enable formatting for sample media json (diff) | |
| download | due.moe-87693d8b99fcbe9a0d64af51f1c786dc62dffd4a.tar.xz due.moe-87693d8b99fcbe9a0d64af51f1c786dc62dffd4a.zip | |
chore(biome): enable css formatting
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/List/covers.css | 2 | ||||
| -rw-r--r-- | src/lib/Tools/Wrapped/wrapped.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/List/covers.css b/src/lib/List/covers.css index 0993a5c8..f2bf45ca 100644 --- a/src/lib/List/covers.css +++ b/src/lib/List/covers.css @@ -41,7 +41,7 @@ } .entry::after { - content: ''; + content: ""; display: table; clear: both; } diff --git a/src/lib/Tools/Wrapped/wrapped.css b/src/lib/Tools/Wrapped/wrapped.css index c73d34c3..72ea09fc 100644 --- a/src/lib/Tools/Wrapped/wrapped.css +++ b/src/lib/Tools/Wrapped/wrapped.css @@ -1,5 +1,5 @@ -@import url('https://proxy.due.moe/?q=https://fonts.googleapis.com/css?family=Roboto:300,400,500,700'); -@import url('https://proxy.due.moe/?q=https://fonts.googleapis.com/css?family=Overpass:400,600,700,800'); +@import url("https://proxy.due.moe/?q=https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"); +@import url("https://proxy.due.moe/?q=https://fonts.googleapis.com/css?family=Overpass:400,600,700,800"); .categories-grid { display: flex; |