mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
17 lines
208 B
CSS
Executable file
17 lines
208 B
CSS
Executable file
@charset "UTF-8";
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
font-size: xx-large;
|
|
text-shadow: 1px -1px 0 #CCCCCC;
|
|
}
|
|
h1 a {
|
|
color: #0062BE;
|
|
text-decoration: none;
|
|
}
|
|
img {
|
|
border: 0;
|
|
}
|