Skip to content

Commit cc2773c

Browse files
committed
Button CSS fixes
1 parent bcc2180 commit cc2773c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

src/css/sumo.scss

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ html[data-theme='light'] {
259259
align-items: center;
260260
cursor: pointer;
261261
color: white !important; /* Text color should be white */
262-
border: 1px solid rgba(255, 255, 255, 0.2); /* Border matching the style */
262+
border: .5px solid rgba(255, 255, 255, 0.2); /* Border matching the style */
263263
border-radius: 3px;
264264
padding: 5px 15px;
265265
font-size: 13px;
@@ -294,7 +294,7 @@ html[data-theme='light'] {
294294
@media (prefers-color-scheme: light) {
295295
.support-menu-trigger {
296296
stroke: white;
297-
border-color: black; /* Darker border for light mode */
297+
// border-color: black; /* Darker border for light mode */
298298
}
299299
}
300300

@@ -351,7 +351,7 @@ html[data-theme='light'] {
351351

352352
.header-trial::before {
353353
content: 'Start free trial';
354-
border: 1px solid #0466FF;
354+
border: .5px solid #0466FF;
355355
color: #FFF;
356356
border-radius: 3px;
357357
padding: 5px 15px;
@@ -363,14 +363,9 @@ html[data-theme='light'] {
363363
margin-right: -10px;
364364
}
365365

366-
.header-trial::after {
367-
display: none !important;
368-
content: none !important;
369-
}
370-
371366
[data-theme='dark'] .header-trial::before {
372367
background: transparent;
373-
border: 0px solid #0466FF;
368+
border: .5px solid #0466FF;
374369
color: #FFF;
375370
border-radius: 3px;
376371
padding: 5px 15px;
@@ -382,6 +377,16 @@ html[data-theme='light'] {
382377
background: linear-gradient(35deg, #0466FF 0%, #0800FF 30%, #000099 100%);
383378
}
384379

380+
[data-theme='light'] .header-trial::before {
381+
border: .5px solid #0466FF;
382+
}
383+
384+
.header-trial::after {
385+
display: none !important;
386+
content: none !important;
387+
}
388+
389+
385390
.markdown {
386391
h1 {
387392
font-size: 2rem !important;

0 commit comments

Comments
 (0)