Skip to content

Commit 16e4f8e

Browse files
PS-10073 [DOCs] Implement new colors for Edit this page and View page buttons
deleted: _resource/.icons/edit_page.png deleted: _resource/.icons/file-document-edit-outline.svg deleted: _resource/.icons/file-eye-outline.svg modified: docs/css/extra.css modified: mkdocs-base.yml
1 parent 489096f commit 16e4f8e

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

_resource/.icons/edit_page.png

-4.24 KB
Binary file not shown.

_resource/.icons/file-document-edit-outline.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

_resource/.icons/file-eye-outline.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/css/extra.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@
99
.md-sidebar__inner {
1010
font-size: 0.65rem; /* Font size */
1111
line-height: 1.6;
12+
}
13+
14+
.md-content__button.md-icon {
15+
color: #127AE8 !important; /* Example: deep orange */
16+
}
17+
18+
/* Optional: hover effect */
19+
.md-content__button.md-icon:hover {
20+
color: #2CBEA2 !important;
1221
}

mkdocs-base.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ theme:
1717
font:
1818
text: Roboto
1919
code: Roboto Mono
20-
icon:
21-
edit: material/file-edit-outline
22-
view: material/file-eye-outline
2320

2421
palette:
2522
- media: "(prefers-color-scheme)"

0 commit comments

Comments
 (0)