Commit 0b4a3e9 john erps
committed May 5, 2019
1 parent c200cee commit 0b4a3e9 Copy full SHA for 0b4a3e9
File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change
1
+ ::selection {
2
+ background-color : rgba (200 , 200 , 70 , 0.7 );
3
+ }
1
4
2
5
body {
3
6
margin : 0.4rem 0 0 0 ;
25
28
font-weight : bold;
26
29
font-size : 1.8rem ;
27
30
font-style : italic;
28
- color : red ;
31
+ color : rgb ( 120 , 20 , 20 ) ;
29
32
display : inline;
30
- margin : 0% 0 % 0 % 5% ;
33
+ margin : 0 0 0 5% ;
31
34
cursor : pointer;
32
35
}
33
36
76
79
overflow-y : scroll;
77
80
margin : 1% 0% 0% 1.8% ;
78
81
top : 5.5% ;
79
- border-top : 4 px solid rgba (200 , 150 , 200 , 0.3 );
82
+ border-top : 2 px solid rgba (120 , 20 , 20 , 0.3 );
80
83
}
81
84
82
85
# content {
83
86
position : fixed;
84
87
height : 100vh ;
85
88
overflow-y : scroll;
86
- border-left : 4 px solid rgba (200 , 150 , 200 , 0.3 );
89
+ border-left : 2 px solid rgba (120 , 20 , 20 , 0.3 );
87
90
width : 60% ;
88
91
top : 0% ;
89
92
padding : 5% 3% 1.5% 3% ;
@@ -235,11 +238,6 @@ a code {
235
238
color : rgba (255 , 0 , 0 , 0.4 );
236
239
}
237
240
238
- ::selection {
239
- background-color : # AABBFF ;
240
- text-shadow : none;
241
- }
242
-
243
241
a {
244
242
text-decoration : none;
245
243
color : black;
You can’t perform that action at this time.
0 commit comments