mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Merge pull request #11 from Thunderbottom/patch-1
Fix borders appearing when clicking links. Fixed by Thunderbottom.
This commit is contained in:
commit
1fc048080d
@ -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