diff --git a/index.html b/index.html index 3184ce7..1d458c6 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,13 @@
- Cassie Candles website icon + Cassie Candles website icon + + +
diff --git a/style/css/style.css b/style/css/style.css index b0a24f7..83c7986 100644 --- a/style/css/style.css +++ b/style/css/style.css @@ -50,12 +50,16 @@ body { } .sidebar-webring { width: 60%; + aspect-ratio: 88 / 31; + background-color: rgba(from var(--secondary-bg-color) r g b / 0.1); + align-content: center; margin: 1vmin auto; display: block; border-radius: 4px; text-align: center; - &.textonly { - border-top: 2px dotted var(--main-fg-color); + & > p { + margin: 0px; + text-decoration: none; } } .sidebar-caption { @@ -362,4 +366,4 @@ a.now-playing { } .toot time { display: none; -} \ No newline at end of file +}