1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Update CSS

* Print: Remove link color and show link target
* Set correct value for `display` not `initial`
* Don't reset font-family for select optionn
* Remove default stylesheet
* Cosmetic changes
This commit is contained in:
Unrud 2022-08-08 07:13:03 +02:00
parent 7d0ab1efc5
commit b2da63511e
6 changed files with 58 additions and 139 deletions

View file

@ -12,6 +12,7 @@ $endif$
<link href="assets/default.css" media="all" rel="stylesheet">
<link href="assets/screen.css" media="screen" rel="stylesheet">
<link href="assets/screen-narrow.css" media="screen and (max-width: 50em)" rel="stylesheet">
<link href="assets/print.css" media="print" rel="stylesheet">
<noscript><link href="assets/screen-noscript.css" media="screen" rel="stylesheet"></noscript>
<link href="https://github.com/Kozea/Radicale/releases.atom" type="application/atom+xml" rel="alternate" title="Radicale Releases">
<link href="assets/icon.png" type="image/png" rel="icon">