mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-12-18 16:22:30 +01:00
change-fonts.user.css: underline links
This commit is contained in:
parent
b05a84cb0a
commit
5cdbde6cee
@ -2,7 +2,7 @@
|
|||||||
@name Change Fonts
|
@name Change Fonts
|
||||||
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/change-fonts.user.css
|
@updateURL https://gitea.blesmrt.net/mikaela/gist/raw/branch/master/web-browsers/usercss/change-fonts.user.css
|
||||||
@namespace eu.aminda
|
@namespace eu.aminda
|
||||||
@version 2024.22.4
|
@version 2024.22.5
|
||||||
@var select FontSet "Font Set" {
|
@var select FontSet "Font Set" {
|
||||||
"System": "system-ui",
|
"System": "system-ui",
|
||||||
"Serif": "ui-serif, Liberation Serif, Tinos, Times New Roman, serif",
|
"Serif": "ui-serif, Liberation Serif, Tinos, Times New Roman, serif",
|
||||||
@ -32,3 +32,9 @@ pre {
|
|||||||
fomt-family: var(--a-monospace-fonts) !important;
|
fomt-family: var(--a-monospace-fonts) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* I have Firefox always underlining links and not seeing it on Android etc.
|
||||||
|
bothers me.*/
|
||||||
|
a {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user