Skip to content

Commit 8095fdb

Browse files
committed
changed selection color to kubernetes blue
1 parent 40e7138 commit 8095fdb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/scss/_base.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,16 @@ main {
102102
}
103103
}
104104

105+
::selection {
106+
background: #326ce5;
107+
color: white;
108+
}
109+
110+
::-moz-selection {
111+
background: #326ce5;
112+
color: white;
113+
}
114+
105115
// HEADER
106116

107117
#hamburger {

0 commit comments

Comments
 (0)