Skip to content

Commit 0b4a3e9

Browse files
author
john erps
committedMay 5, 2019
Changed docs selection color.
1 parent c200cee commit 0b4a3e9

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed
 

‎docs/css/main.css

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
::selection {
2+
background-color: rgba(200, 200, 70, 0.7);
3+
}
14

25
body {
36
margin: 0.4rem 0 0 0;
@@ -25,9 +28,9 @@ p {
2528
font-weight: bold;
2629
font-size: 1.8rem;
2730
font-style: italic;
28-
color: red;
31+
color: rgb(120, 20, 20);
2932
display: inline;
30-
margin: 0% 0% 0% 5%;
33+
margin: 0 0 0 5%;
3134
cursor: pointer;
3235
}
3336

@@ -76,14 +79,14 @@ p {
7679
overflow-y: scroll;
7780
margin: 1% 0% 0% 1.8%;
7881
top: 5.5%;
79-
border-top: 4px solid rgba(200, 150, 200, 0.3);
82+
border-top: 2px solid rgba(120, 20, 20, 0.3);
8083
}
8184

8285
#content {
8386
position: fixed;
8487
height: 100vh;
8588
overflow-y: scroll;
86-
border-left: 4px solid rgba(200, 150, 200, 0.3);
89+
border-left: 2px solid rgba(120, 20, 20, 0.3);
8790
width: 60%;
8891
top: 0%;
8992
padding: 5% 3% 1.5% 3%;
@@ -235,11 +238,6 @@ a code {
235238
color: rgba(255, 0, 0, 0.4);
236239
}
237240

238-
::selection {
239-
background-color: #AABBFF;
240-
text-shadow: none;
241-
}
242-
243241
a {
244242
text-decoration: none;
245243
color: black;

0 commit comments

Comments
 (0)
Please sign in to comment.