Skip to content

Commit c47356a

Browse files
committed
generic tabs instead of spaces for now
1 parent f331b1b commit c47356a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

assets/css/stylesheet.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ hr {
156156
* Links
157157
*/
158158
a {
159-
color: #0074A2;
160-
transition-duration: 0.05s;
161-
transition-property: border, background, color;
162-
transition-timing-function: ease-in-out;
159+
color: #0074A2;
160+
transition-duration: 0.05s;
161+
transition-property: border, background, color;
162+
transition-timing-function: ease-in-out;
163163
}
164164
a:hover, a:active {
165-
color: #2EA2CC;
165+
color: #2EA2CC;
166166
}
167167
a:focus {
168168
color: #124964;

0 commit comments

Comments
 (0)