aboutsummaryrefslogtreecommitdiff
path: root/kamon-status/src/styles/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-status/src/styles/main.scss')
-rw-r--r--kamon-status/src/styles/main.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/kamon-status/src/styles/main.scss b/kamon-status/src/styles/main.scss
index 54e77dfb..6c0c0551 100644
--- a/kamon-status/src/styles/main.scss
+++ b/kamon-status/src/styles/main.scss
@@ -11,7 +11,13 @@ h1, h2, h3 {
font-weight: 300;
}
+hr {
+ margin: 0px;
+ border-color: #f3f3f3;
+}
+
.text-label {
+ font-size: 16px;
color: #b3b3b3;
}
@@ -22,7 +28,7 @@ h1, h2, h3 {
.tag {
display: inline-block;
overflow-wrap: anywhere;
- background-color: #f4f4f4;
+ background-color: #f5f5f5;
margin: 0.3rem;
padding: 0.1rem 0.5rem;
border-radius: 0.2rem;
@@ -36,4 +42,8 @@ h1, h2, h3 {
a, a:hover, a:active {
color: inherit;
text-decoration: none;
+}
+
+.c-pointer {
+ cursor: pointer;
} \ No newline at end of file