This commit is contained in:
s-lnk
2026-04-30 21:58:39 +03:00
commit aabe5fe2b7
2923 changed files with 366740 additions and 0 deletions
@@ -0,0 +1,39 @@
body,
html {
overflow-x: hidden;
}
iframe {
border: 0;
}
figcaption,
figure,
main {
display: block;
margin: 0;
}
figure {
max-width: 100%;
min-height: 1px;
}
main {
position: relative;
}
button:focus {
outline: none;
}
svg {
vertical-align: middle;
overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.img-fluid {
width: 100%;
}
}
@@ -0,0 +1,6 @@
:root {
@each $color, $value in $theme-colors {
--#{$color}-dark: #{darken($value, 10%)};
--#{$color}-light: #{lighten($value, 10%)};
}
}