Skip to content

Commit b79eae2

Browse files
committed
Updated brand colors
1 parent d099fa6 commit b79eae2

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type * as Preset from "@docusaurus/preset-classic";
77
const config: Config = {
88
title: "Plane",
99
tagline: "A modern project management tool",
10-
favicon: "https://media.docs.plane.so/favicon-32x32.png",
10+
favicon: "https://media.docs.plane.so/logo/favicon-32x32.png",
1111
trailingSlash: false,
1212
// Set the production url of your site here
1313
url: "https://docs.plane.so",

src/css/custom.css

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #004eff;
9+
--ifm-color-primary: #006399;
1010
--ifm-color-primary-dark: #1b47c2; /* Darker shade */
1111
--ifm-color-primary-darker: #1941b1; /* Even darker */
1212
--ifm-color-primary-darkest: #153693; /* Darkest */
@@ -19,7 +19,7 @@
1919

2020
/* For readability concerns, you should choose a lighter palette in dark mode. */
2121
[data-theme="dark"] {
22-
--ifm-color-primary: #3e76ff;
22+
--ifm-color-primary: #006399;
2323
--ifm-color-primary-dark: #1b47c2; /* Darker shade */
2424
--ifm-color-primary-darker: #1941b1; /* Even darker */
2525
--ifm-color-primary-darkest: #153693; /* Darkest */
@@ -94,17 +94,29 @@
9494
.menu__link--active:not(.menu__link--sublist) {
9595
font-weight: 600;
9696
transition: color 0.25s;
97-
color: #3e76ff;
97+
color: #006399;
9898
font-size: 13px;
9999
border-left-style: solid;
100100
border-left-width: 4px;
101101
padding-left: 8px !important;
102102
}
103103

104+
[data-theme="dark"] .menu__link--active:not(.menu__link--sublist) {
105+
color: #2690C9;
106+
}
107+
108+
[data-theme="dark"] .breadcrumbs__item--active .breadcrumbs__link {
109+
color: #2690C9;
110+
}
111+
112+
[data-theme="dark"] a{
113+
color: #2690C9;
114+
}
115+
104116
.menu__link--active:is(.theme-doc-sidebar-item-category-level-2 > .menu__list-item-collapsible > .menu__link--sublist) {
105117
font-weight: 600;
106118
transition: color 0.25s;
107-
color: #3e76ff;
119+
color: #006399;
108120
font-size: 13px;
109121
border-left-style: solid;
110122
border-left-width: 4px;
@@ -292,8 +304,8 @@ h6{
292304

293305

294306
#__docusaurus > nav > div.navbar__inner > div.navbar__items.navbar__items--right > a:nth-child(3) {
295-
background-color: #004eff;
296-
border-radius: var(--rounded-full, 9999px);
307+
background-color: #006399;
308+
border-radius: 8px;
297309
color: #f3f5f7;
298310
font-size: 0.75rem;
299311
font-weight: 500;
@@ -449,7 +461,7 @@ html[data-theme="dark"] .one {
449461
}
450462

451463
.card:hover {
452-
border: 1px solid #3e76ff;
464+
border: 1px solid #006399;
453465
}
454466

455467
.card-icon {
@@ -461,7 +473,7 @@ html[data-theme="dark"] .one {
461473
}
462474

463475
.icon-style {
464-
color: #3e76ff;
476+
color: #006399;
465477
}
466478

467479
.card-title {

0 commit comments

Comments
 (0)