mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +01:00
Embrace the web's a:visited
This commit is contained in:
parent
efd2cbfa0c
commit
cf0cf27283
2 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,10 @@ a.mention span {
|
||||||
a.mention span {
|
a.mention span {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
|
color: var(--link-visited-color);
|
||||||
|
text-decoration-color: var(--link-visited-color);
|
||||||
|
}
|
||||||
|
|
||||||
.deck-container {
|
.deck-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
--link-light-color: #4169e199;
|
--link-light-color: #4169e199;
|
||||||
--link-faded-color: #4169e155;
|
--link-faded-color: #4169e155;
|
||||||
--link-bg-hover-color: #f0f2f599;
|
--link-bg-hover-color: #f0f2f599;
|
||||||
|
--link-visited-color: mediumslateblue;
|
||||||
--focus-ring-color: var(--link-color);
|
--focus-ring-color: var(--link-color);
|
||||||
--button-bg-color: var(--blue-color);
|
--button-bg-color: var(--blue-color);
|
||||||
--button-bg-blur-color: #4169e1aa;
|
--button-bg-blur-color: #4169e1aa;
|
||||||
|
|
Loading…
Reference in a new issue