Skip to content

Commit 3a86737

Browse files
committed
clean up scss and adding some comments
1 parent 9a0fbc3 commit 3a86737

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

src/scss/themes/base/_style-theme.scss

-20
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
.gradient-rounded {
2-
border: double 3px transparent;
3-
border-radius: 80px;
4-
background-image: linear-gradient(white, white), radial-gradient(circle at top left, red,#909);
5-
background-origin: border-box;
6-
background-clip: content-box, border-box;
7-
}
81
.link-fancy {
92
text-decoration: none;
103
display: inline-block;
@@ -29,7 +22,6 @@
2922

3023
.link-fancy:hover:before {
3124
background-position: 100%;
32-
3325
}
3426

3527
.my-vh-1 {
@@ -91,15 +83,3 @@
9183
padding-top:14vh;
9284
padding-bottom:14vh;
9385
}
94-
95-
.bg-gray800 {
96-
background-color:$gray-800;
97-
}
98-
99-
.bg-gray900 {
100-
background-color:$gray-900;
101-
}
102-
103-
.bg-black {
104-
background-color:$black;
105-
}
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
//This is an example of how you can change BS5 variables. Just add the changed variables here and they will overwrite the defaults.
2+
// We changed the default font and the default $blue color (which is set as $primary as well)
13
$font-family-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
4+
$blue: #1717e5;

0 commit comments

Comments
 (0)