Change layout (experimental)
This commit is contained in:
17
assets/css/links.css
Normal file
17
assets/css/links.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/* links */
|
||||
a {
|
||||
color: #3366CC;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:focus {
|
||||
outline: 0;
|
||||
color: #DF5353;
|
||||
text-decoration: none;
|
||||
border: 1px dotted #aaa;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #333;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user