We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4163476 commit bff2e12Copy full SHA for bff2e12
_sass/color_schemes/oak.scss
@@ -5,8 +5,8 @@ body, .side-bar {
5
background-size: 40px 40px;
6
background-position: 0 0, 20px 20px;
7
background-image:
8
- conic-gradient(at 93% 43%, rgba(100, 100, 128, 0.1) 75%, rgba(0, 0, 0, 0.1) 0),
9
- conic-gradient(at 93% 43%, rgba(100, 100, 128, 0.1) 75%, rgba(0, 0, 0, 0.1) 0);
+ conic-gradient(at 93% 43%, rgba(100, 100, 128, 0.05) 75%, rgba(0, 0, 0, 0.05) 0),
+ conic-gradient(at 93% 43%, rgba(100, 100, 128, 0.05) 75%, rgba(0, 0, 0, 0.05) 0);
10
}
11
12
// Add some borders to make things a little clearer ontop of the accents
0 commit comments