Skip to content

Commit 3f3aaf1

Browse files
committed
expand hex colors of urls
1 parent 9320b58 commit 3f3aaf1

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css/index.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ body{
1616
}
1717

1818
a{
19-
color: #999;
19+
color: #999999;
2020
}
2121
a: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+
}

0 commit comments

Comments
 (0)