diff options
Diffstat (limited to 'p/themes/base-theme/template.rtl.css')
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index f0d7c7807..23ea28cdf 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -16,6 +16,7 @@ html, body { margin: 0; padding: 0; background: white; + color: black; font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; font-size: 100%; } @@ -211,6 +212,15 @@ td.numeric { display: block; } +.form-advanced-title { + padding: 15px 0; + width: 200px; + font-size: 1.1em; + font-weight: bold; + text-align: left; + cursor: pointer; +} + @supports (position: sticky) { #mark-read-aside { position: sticky; @@ -719,7 +729,7 @@ input[type="search"] { } .flux .item.title .author { - padding-left: 1rem; + padding-right: 1rem; color: #555; font-size: .9rem; font-weight: normal; @@ -1295,6 +1305,7 @@ input:checked + .slide-container .properties { .aside:target { width: 90%; + height: 100vh; } .aside_feed .configure-feeds { |
