diff --git a/resources/partials/header.html b/resources/partials/header.html
index 1952d50..31a69b1 100644
--- a/resources/partials/header.html
+++ b/resources/partials/header.html
@@ -51,20 +51,20 @@
}
.md-version {
- border: 1px solid rgba(255, 255, 255, 0.8);
- border-radius: 6px;
- display: flex;
- justify-content: center;
- align-items: center;
- margin: 0 8px;
- height: 16px;
- width: 3rem;
+ border: 1px solid rgba(255, 255, 255, 0.8) !important;
+ border-radius: 6px !important;
+ display: flex !important;
+ justify-content: center !important;
+ align-items: center !important;
+ margin: 0 8px !important;
+ height: 16px !important;
+ width: 3rem !important;
}
.md-version__current {
color: #fff;
- margin: 1rem;
- font-size: 12px;
+ margin: 1rem !important;
+ font-size: 12px !important;
}
}