aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/assets/scss/partials/base.scss
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-16 19:32:18 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-11-17 01:28:57 +0300
commit239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch)
treec576da169afc442f51eae6213ad0ff749ed86589 /themes/hugo-theme-stack/assets/scss/partials/base.scss
parent8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff)
Своя тема, полностью всё переделал
Diffstat (limited to 'themes/hugo-theme-stack/assets/scss/partials/base.scss')
-rw-r--r--themes/hugo-theme-stack/assets/scss/partials/base.scss38
1 files changed, 0 insertions, 38 deletions
diff --git a/themes/hugo-theme-stack/assets/scss/partials/base.scss b/themes/hugo-theme-stack/assets/scss/partials/base.scss
deleted file mode 100644
index efb4b8f..0000000
--- a/themes/hugo-theme-stack/assets/scss/partials/base.scss
+++ /dev/null
@@ -1,38 +0,0 @@
-html {
- font-size: 62.5%;
- overflow-y: scroll;
-}
-
-* {
- box-sizing: border-box;
-}
-
-body {
- background: var(--body-background);
- margin: 0;
- font-family: var(--base-font-family);
- font-size: 1.6rem;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-/* scrollbar styles for Firefox */
-* {
- scrollbar-width: auto;
- scrollbar-color: var(--scrollbar-thumb) transparent;
-}
-/**/
-
-/* scrollbar styles for Chromium */
-::-webkit-scrollbar {
- height: auto;
-}
-
-::-webkit-scrollbar-thumb {
- background-color: var(--scrollbar-thumb);
-}
-
-::-webkit-scrollbar-track {
- background-color: transparent;
-}
-/**/ \ No newline at end of file