mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Merge pull request #6510 from YuriSizov/home-update-structure
Update the structure of the home page
This commit is contained in:
@@ -918,12 +918,14 @@ code,
|
||||
|
||||
/* Admonition tweaks */
|
||||
|
||||
.rst-content .admonition,
|
||||
.rst-content .admonition.note,
|
||||
.rst-content .admonition.seealso {
|
||||
background-color: var(--admonition-note-background-color);
|
||||
color: var(--admonition-note-color);
|
||||
}
|
||||
|
||||
.rst-content .admonition .admonition-title,
|
||||
.rst-content .admonition.note .admonition-title,
|
||||
.rst-content .admonition.seealso .admonition-title {
|
||||
background-color: var(--admonition-note-title-background-color);
|
||||
@@ -1587,3 +1589,11 @@ p + .classref-constant {
|
||||
.wy-menu-vertical p.caption + ul.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Top navigation, breadcrumbs */
|
||||
.wy-breadcrumbs li a {
|
||||
padding: 0 5px;
|
||||
}
|
||||
.wy-breadcrumbs li a:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user