aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CREDITS.md1
-rw-r--r--p/themes/BlueLagoon/template.css3
-rw-r--r--p/themes/base-theme/template.css1
3 files changed, 4 insertions, 1 deletions
diff --git a/CREDITS.md b/CREDITS.md
index d30af7542..97651ab20 100644
--- a/CREDITS.md
+++ b/CREDITS.md
@@ -44,3 +44,4 @@ People are sorted by name so please keep this order.
* [Thomas Citharel](https://github.com/tcitworld): [contributions](https://github.com/FreshRSS/FreshRSS/pulls?q=is:pr+author:tomgue), [Web](https://www.tcit.fr/)
* [tomgue](https://github.com/tomgue): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=tomgue)
* [Wanabo](https://github.com/Wanabo): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=Wanabo)
+* [mszkb](https://github.com/mszkb): [contributions](https://github.com/FreshRSS/FreshRSS/commits?author=mszkb)
diff --git a/p/themes/BlueLagoon/template.css b/p/themes/BlueLagoon/template.css
index 8c1a4ed21..4bc0fb735 100644
--- a/p/themes/BlueLagoon/template.css
+++ b/p/themes/BlueLagoon/template.css
@@ -2,7 +2,7 @@
/*=== GENERAL */
/*============*/
-html, body {
+html, body {
margin: 0;
padding: 0;
font-size: 92%;
@@ -79,6 +79,7 @@ textarea {
input, select, textarea {
display: inline-block;
max-width: 100%;
+ font-size: 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index d7ae7be51..277bb61b2 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -88,6 +88,7 @@ input.extend:focus {
input, select, textarea {
display: inline-block;
max-width: 100%;
+ font-size: 0.8rem;
}
input[type="radio"],
input[type="checkbox"] {