Files
FreshRSS/p/themes/p.rtl.css
Frans de Jonge 25666ec5d3 [UI] Add RTL support with RTLCSS (#2776)
* Add dir info to gen.php & install.php!

* Add `make rtl` command

Using rtlcss because it has actually has a command-line application!
2020-03-01 21:15:17 +01:00

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;
}