mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-09 23:01:58 +00:00
Improve docs theme
This commit is contained in:
parent
adde035263
commit
c60ac11a49
2 changed files with 39 additions and 3 deletions
|
@ -1,4 +1,40 @@
|
||||||
:root {
|
:root {
|
||||||
--md-primary-fg-color: #ff5f55;
|
--md-primary-fg-color:#ff5f55;
|
||||||
--md-primary-bg-color: #001e23;
|
}
|
||||||
|
|
||||||
|
/* Header text color */
|
||||||
|
.md-header__title {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Header repo link color */
|
||||||
|
.md-source__repository {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Change color of the icons in the dark/light mode toggle */
|
||||||
|
.md-header .md-icon svg {
|
||||||
|
fill: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Override the banner color */
|
||||||
|
.md-header {
|
||||||
|
background-color: #001e23;
|
||||||
|
border-bottom: 1px solid #970b0b;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Override the tab colors */
|
||||||
|
.md-tabs {
|
||||||
|
background-color: #001e23;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tab links styling */
|
||||||
|
.md-tabs__list {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Hover effect for all links */
|
||||||
|
a:hover,
|
||||||
|
a:focus {
|
||||||
|
color: #01c4e5 !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@ repo_name: "ryujinx-mirror/ryujinx"
|
||||||
remote_branch: docs
|
remote_branch: docs
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
logo: assets/icon-border.svg
|
logo: assets/icon.svg
|
||||||
favicon: assets/icon.svg
|
favicon: assets/icon.svg
|
||||||
palette:
|
palette:
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
|
|
Loading…
Reference in a new issue