summaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
authorFrancesco <tomaselli.fr@gmail.com>2024-04-23 11:42:18 +0200
committerFrancesco <tomaselli.fr@gmail.com>2024-04-23 11:42:18 +0200
commit1ca2dbd5c8bb4cc10a023ab56d077dff9a95c101 (patch)
tree9749dc5b234fb1b99edbeb9c7bda782106c7d3bd /assets/css/main.css
parent26cc7d455bd1ce7252f61402732e113194b40f13 (diff)
Theme Update
Diffstat (limited to 'assets/css/main.css')
-rw-r--r--assets/css/main.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 55b1b8a..410c38a 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -220,7 +220,7 @@ footer a {
}
.single-title {
- margin-top: 1rem;
+ /* margin-top: 1rem; */
margin-bottom: .5rem;
}
@@ -296,7 +296,6 @@ footer a {
.not-found {
display: flex;
- align: center;
align-items: center;
justify-content: center;
}
@@ -307,12 +306,4 @@ footer a {
.not-found div h1 {
font-size: 6rem;
-}
-
-.dark-toggle svg path {
- fill: var(--background) !important;
-}
-
-.dark-toggle svg text {
- fill: var(--content) !important;
} \ No newline at end of file