mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
css: get rid of link borders
the border appears when you click on any link, and it looks really out of place. this should get rid of it.
This commit is contained in:
parent
d33c82f794
commit
6bd25a646e
@ -67,6 +67,11 @@ body {
|
||||
color: var(--color-itembg)
|
||||
}
|
||||
|
||||
a:active, a:focus {
|
||||
outline:0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* LOADING */
|
||||
.loading-wave {
|
||||
display: inline-block;
|
||||
@ -712,4 +717,4 @@ article:hover .textIcon {
|
||||
.page-overlay .content-enter a {
|
||||
color: var(--color-page-e);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user