mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-02 01:21:06 -05:00
* Add dir info to gen.php & install.php! * Add `make rtl` command Using rtlcss because it has actually has a command-line application!
21 lines
209 B
CSS
21 lines
209 B
CSS
@charset "UTF-8";
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
font-size: xx-large;
|
|
text-shadow: -1px -1px 0 #ccc;
|
|
}
|
|
|
|
h1 a {
|
|
color: #0062be;
|
|
text-decoration: none;
|
|
}
|
|
|
|
img {
|
|
border: 0;
|
|
}
|