File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ body{
1616}
1717
1818a {
19- color : # 999 ;
19+ color : # 999999 ;
2020}
2121a : hover {
22- color : # ddd ;
22+ color : # dddddd ;
2323}
2424
2525# intro_container , # outro_container {
@@ -108,11 +108,11 @@ span[cartoon]:hover{
108108
109109}
110110# cartoon_arrow {
111-
111+
112112 display : block;
113113
114- width : 0 ;
115- height : 0 ;
114+ width : 0 ;
115+ height : 0 ;
116116 border-left : 10px solid transparent;
117117 border-right : 10px solid transparent;
118118 border-bottom : 20px solid # fff ;
@@ -123,11 +123,11 @@ span[cartoon]:hover{
123123
124124}
125125# cartoon_arrow [flipped = true ]{
126-
126+
127127 display : block;
128128
129- width : 0 ;
130- height : 0 ;
129+ width : 0 ;
130+ height : 0 ;
131131 border-left : 10px solid transparent;
132132 border-right : 10px solid transparent;
133133 border-bottom : 20px solid # fff ;
@@ -136,4 +136,4 @@ span[cartoon]:hover{
136136 top : -20px ;
137137 left : 140px ;
138138
139- }
139+ }
You can’t perform that action at this time.
0 commit comments