Format code

This commit is contained in:
daudix
2024-10-26 18:13:34 +03:00
parent eeefe83730
commit 6b70c103c1
17 changed files with 208 additions and 100 deletions

View File

@ -24,7 +24,6 @@
&#theme-switcher details summary {
border-radius: var(--rounded-corner);
}
}
#home {

View File

@ -5,7 +5,7 @@ h4,
h5,
h6 {
font-weight: bold;
font-family: var(--font-system-ui)
font-family: var(--font-system-ui);
}
h1 {

View File

@ -1,7 +1,7 @@
@import "../_variables.scss";
@include theme-variables using ($theme) {
@if $theme == "light" {
--edge-highlight: 0 0 transparent;
}
@if $theme == "light" {
--edge-highlight: 0 0 transparent;
}
}

View File

@ -1,11 +1,13 @@
#site-nav {
margin-block-start: 0;
inset-block-start: 0;
border-radius: 0 0 calc(var(--rounded-corner) + 0.5rem) calc(var(--rounded-corner) + 0.5rem);
border-radius: 0 0 calc(var(--rounded-corner) + 0.5rem)
calc(var(--rounded-corner) + 0.5rem);
&::before {
box-shadow: var(--shadow-glass);
border-radius: 0 0 calc(var(--rounded-corner) + 0.5rem) calc(var(--rounded-corner) + 0.5rem);
border-radius: 0 0 calc(var(--rounded-corner) + 0.5rem)
calc(var(--rounded-corner) + 0.5rem);
}
nav ul li {
@ -16,7 +18,6 @@
&#theme-switcher details summary {
border-radius: var(--rounded-corner);
}
}
#search-container {