mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
Add new button color
Signed-off-by: Jonas Rosland <jrosland@vmware.com>
This commit is contained in:
@@ -567,10 +567,10 @@ section.cover ul {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
section.cover .cover-main > p:last-child a {
|
section.cover .cover-main > p:last-child a {
|
||||||
border: 1px solid var(--theme-color, #c32727);
|
border: 1px solid var(--theme-color, #847a84);
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--theme-color, #c32727);
|
color: var(--theme-color, #ffffff);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
letter-spacing: 0.1rem;
|
letter-spacing: 0.1rem;
|
||||||
@@ -581,7 +581,7 @@ section.cover .cover-main > p:last-child a {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
section.cover .cover-main > p:last-child a:last-child {
|
section.cover .cover-main > p:last-child a:last-child {
|
||||||
background-color: var(--theme-color, #c32727);
|
background-color: var(--theme-color, #847a84);
|
||||||
color: #e5e5e5;
|
color: #e5e5e5;
|
||||||
}
|
}
|
||||||
section.cover .cover-main > p:last-child a:last-child:hover {
|
section.cover .cover-main > p:last-child a:last-child:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user