Format code
This commit is contained in:
@ -24,7 +24,6 @@
|
||||
&#theme-switcher details summary {
|
||||
border-radius: var(--rounded-corner);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#home {
|
||||
|
@ -5,7 +5,7 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-weight: bold;
|
||||
font-family: var(--font-system-ui)
|
||||
font-family: var(--font-system-ui);
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user