aboutsummaryrefslogtreecommitdiff
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index db82650..0958e2e 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -92,7 +92,7 @@
}
}
-/* ----- Psuedo ----- */
+/* ----- Pseudo ----- */
*,
::before,
@@ -1107,6 +1107,7 @@ paginator-navigation svg {
web-ring,
author-list,
+following-list,
gallery-images {
padding-bottom: 1rem;
display: block;
@@ -1114,6 +1115,7 @@ gallery-images {
web-ring > h1,
author-list > h1,
+following-list > h1,
gallery-images > h1 {
font-size: 95%;
margin: 0.5rem 0 1rem 0;
@@ -1191,20 +1193,20 @@ web-ring-item:not(:last-child) {
display: block;
}
+following-list aside,
web-ring aside,
author-list section {
background-color: #f9f9f9;
background-color: var(--widget-background);
+ border-radius: 1rem;
}
web-ring aside {
- border-radius: 1rem;
padding: 1rem;
}
author-list section {
display: block;
- border-radius: 1rem;
}
search-entry {