Skip to content

Commit 5228daa

Browse files
committed
add accents to oak background
felt weird it being the odd one out
1 parent f5047c7 commit 5228daa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

_sass/color_schemes/oak.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
11
@import "./color_schemes/dark";
2+
3+
// Originally based on the Brick pattern from https://css-pattern.com/
4+
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);
10+
}
11+
12+
// Add some borders to make things a little clearer ontop of the accents
13+
.search {
14+
border-right: $border $border-color;
15+
}
16+
17+
.nav-list .nav-list-link.active {
18+
border-width: 1px;
19+
border-style: solid;
20+
border-image: linear-gradient(90deg, transparent 0%, $border-color 80%, transparent 100%) 1;
21+
border-left: none;
22+
border-right: none;
23+
}

0 commit comments

Comments
 (0)