mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 00:47:13 +00:00
task: wildspace
This commit is contained in:
parent
5a26725070
commit
5bcb9fe5e6
2 changed files with 3 additions and 7 deletions
|
@ -2522,15 +2522,11 @@ body #R-logo svg * {
|
||||||
background-color: var(--VARIABLE-BOX-BG-color);
|
background-color: var(--VARIABLE-BOX-BG-color);
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
border-radius: 1px 1px 0 0;
|
border-radius: 1px 1px 0 0;
|
||||||
text-shadow:
|
text-shadow: -0.08ex 0 0 currentColor, 0.08ex 0 0 currentColor;
|
||||||
-0.08ex 0 0 currentColor,
|
|
||||||
0.08ex 0 0 currentColor;
|
|
||||||
}
|
}
|
||||||
@supports (-webkit-text-stroke-width: 0.09ex) {
|
@supports (-webkit-text-stroke-width: 0.09ex) {
|
||||||
#R-body .tab-nav-button.active > .tab-nav-text {
|
#R-body .tab-nav-button.active > .tab-nav-text {
|
||||||
text-shadow:
|
text-shadow: -0.08ex 0 0 currentColor, 0.08ex 0 0 currentColor;
|
||||||
-0.08ex 0 0 currentColor,
|
|
||||||
0.08ex 0 0 currentColor;
|
|
||||||
-webkit-text-stroke-width: 0.09ex;
|
-webkit-text-stroke-width: 0.09ex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.3.2+aeb331259b52481cb1d07869f86b0e770fb56172
|
7.3.2+5a267250709d4705efc2e496b9184f4401f4d522
|
Loading…
Add table
Reference in a new issue