mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
docs: refactor docs
This commit is contained in:
@@ -84,7 +84,7 @@ a.primary > svg {
|
||||
}
|
||||
|
||||
b {
|
||||
color: var(--sl-color-accent-high);
|
||||
color: var(--sl-color-accent-high) !important;
|
||||
}
|
||||
|
||||
.starlight-aside--tip b {
|
||||
@@ -124,3 +124,31 @@ starlight-menu-button svg {
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.important-block {
|
||||
border: solid 1px red;
|
||||
padding: 16px;
|
||||
background-color: #f100002e;
|
||||
}
|
||||
|
||||
.starlight-aside--note,
|
||||
.starlight-aside--tip {
|
||||
background-color: transparent;
|
||||
border: solid 1px gray;
|
||||
color: var(--sl-color-text);
|
||||
}
|
||||
|
||||
.starlight-aside--note .starlight-aside__title,
|
||||
.starlight-aside--tip .starlight-aside__title {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.starlight-aside--danger {
|
||||
background-color: #f100002e;
|
||||
border: solid 1px red;
|
||||
color: var(--sl-color-text);
|
||||
}
|
||||
|
||||
.starlight-aside--danger .starlight-aside__title {
|
||||
color: red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user