aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-18 18:29:33 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-18 18:29:33 +0200
commit67ea2d16b7723719f7dc5aeeecc45a00605df20f (patch)
tree157f29ab78b105574ace03981aa3d94f87f69205 /p/themes/base-theme/template.css
parent7de5b93da49929072c2f984c2d78bb6865e1023d (diff)
Improved: Cleanup CSS of ".log" (#4594)
* themes css * Log Level CSS class improved * SCSS * RTL CSS
Diffstat (limited to 'p/themes/base-theme/template.css')
-rw-r--r--p/themes/base-theme/template.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index cab0719f0..b2ed62445 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -710,7 +710,7 @@ input[type="checkbox"]:focus-visible {
}
.pagination {
- margin: 0;
+ margin: 0 auto;
padding: 0;
display: table;
table-layout: fixed;
@@ -1698,13 +1698,14 @@ input:checked + .slide-container .properties {
/*=== DIVERS */
/*===========*/
-.log-error,
-.log-warning,
-.log-notice,
-.log-debug {
+.log-level {
text-align: center;
}
+.log-item.log-error {
+ background-color: #bd362f44;
+}
+
.item.share.error a::after,
.category .title.error::before,
.item.feed.error .item-title::before {