Skip to content

Commit 2e4242b

Browse files
kimsauceJV0812
andauthored
Nav button CSS fixes (#4642)
* Top navigation bar improvements * Update docs/contributing/index.md * Replaced "Contact Support" button with support (life ring) icon * "Support" button CSS * docusaurus.config.js fix * dropdown labels * align Support dropdown with team discussion * Update docs/contributing/index.md Co-authored-by: Jagadisha V <[email protected]> * Update docs/contributing/index.md Co-authored-by: Jagadisha V <[email protected]> * Update index.md stet * Support dropdown * light mode border * Button CSS fixes * fix * Update src/css/sumo.scss * alignment fix * Update src/css/sumo.scss --------- Co-authored-by: Jagadisha V <[email protected]>
1 parent 7b93df9 commit 2e4242b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/css/sumo.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ 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 */
298297
}
299298
}
300299

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

352351
.header-trial::before {
353352
content: 'Start free trial';
354-
border: 1px solid #0466FF;
353+
border: .5px solid #0466FF;
355354
color: #FFF;
356355
border-radius: 3px;
357356
padding: 5px 15px;
@@ -370,7 +369,7 @@ html[data-theme='light'] {
370369

371370
[data-theme='dark'] .header-trial::before {
372371
background: transparent;
373-
border: 0px solid #0466FF;
372+
border: .5px solid #0466FF;
374373
color: #FFF;
375374
border-radius: 3px;
376375
padding: 5px 15px;
@@ -382,6 +381,9 @@ html[data-theme='light'] {
382381
background: linear-gradient(35deg, #0466FF 0%, #0800FF 30%, #000099 100%);
383382
}
384383

384+
[data-theme='light'] .header-trial::before {
385+
border: .5px solid #0466FF;
386+
}
385387
.markdown {
386388
h1 {
387389
font-size: 2rem !important;

0 commit comments

Comments
 (0)