summaryrefslogtreecommitdiff
path: root/src/components/Logs.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Logs.module.css')
-rw-r--r--src/components/Logs.module.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Logs.module.css b/src/components/Logs.module.css
index 5113afc..508e9c6 100644
--- a/src/components/Logs.module.css
+++ b/src/components/Logs.module.css
@@ -3,7 +3,6 @@
align-items: center;
flex-wrap: wrap;
font-size: 0.9em;
- padding: 10px;
}
.logType {
@@ -11,8 +10,7 @@
flex-shrink: 0;
text-align: center;
width: 66px;
- background: green;
- border-radius: 5px;
+ border-radius: 100px;
padding: 3px 5px;
margin: 0 8px;
}