aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-16 19:39:48 +0000
committerMario <mario@mariovavti.com>2024-03-16 19:40:57 +0000
commit68d989c79e98cd4b72d6f66df4aad0ee0fc95716 (patch)
tree111b15f52179a15600a80bd2d803bd31059d8cf9 /view/theme/redbasic/css
parentac4aa6a9ea8a22bddfdc70bbac165a104b12471d (diff)
downloadvolse-hubzilla-68d989c79e98cd4b72d6f66df4aad0ee0fc95716.tar.gz
volse-hubzilla-68d989c79e98cd4b72d6f66df4aad0ee0fc95716.tar.bz2
volse-hubzilla-68d989c79e98cd4b72d6f66df4aad0ee0fc95716.zip
slightly adjust text sizing
(cherry picked from commit 9600789d6be3fc3e8ed0803f1d80d5dbf0dd4779)
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css33
1 files changed, 11 insertions, 22 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 110137d70..baadd7843 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -76,27 +76,27 @@ main {
}
h1, .h1 {
- font-size: 2rem;
+ font-size: 2.1rem;
}
h2, .h2 {
- font-size: 1.6rem;
+ font-size: 1.7rem;
}
h3, .h3 {
- font-size: 1.2rem;
+ font-size: 1.3rem;
}
h4, .h4 {
- font-size: 1.05rem;
+ font-size: 1.15rem;
}
h5, .h5 {
- font-size: 0.9rem;
+ font-size: 1rem;
}
h6, .h6 {
- font-size: 0.75rem;
+ font-size: 0.85rem;
}
.navbar-banner {
@@ -141,7 +141,7 @@ a:focus,
}
input, optgroup, select, textarea {
- font-size: 0.9rem !important;
+ font-size: 1rem !important;
}
input[type=text], textarea {
@@ -730,7 +730,7 @@ div.jGrowl div.jGrowl-notification {
.jslider .jslider-scale ins {
color: #333;
- font-size: 0.9rem;
+ font-size: 1rem;
width: 100px;
text-align: center;
}
@@ -948,17 +948,14 @@ img.mail-conv-sender-photo {
background-color: var(--bs-body-bg);
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
-
}
-
-
#profile-jot-text::-webkit-input-placeholder {
- font-size: 1.2rem;
+ font-size: 1.3rem;
}
#profile-jot-text::-moz-placeholder {
- font-size: 1.2rem;
+ font-size: 1.3rem;
}
#profile-jot-text:focus::-webkit-input-placeholder {
@@ -1047,14 +1044,6 @@ img.mail-conv-sender-photo {
height: $reply_photo;
}
-.wall-item-content,
-.mail-conv-body,
-.page-body,
-.chat-item-text,
-.chat-item-text-self {
- font-size: 1rem;
-}
-
.comment-edit-text {
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
@@ -1185,6 +1174,7 @@ img.mail-conv-sender-photo {
border: 1px solid var(--bs-border-color);
border-radius: var(--bs-border-radius);
margin-bottom: 1.5rem;
+ font-size: 1.1rem;
}
.section-title-wrapper {
@@ -1341,7 +1331,6 @@ main.fullscreen .section-content-wrapper-np {
/* bootstrap overrides */
blockquote {
- font-size: 1rem;
font-style: italic;
border-left: 3px solid var(--bs-border-color);
padding: 1em 0px 1em 1.5em;