mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
10 lines
239 B
CSS
10 lines
239 B
CSS
.section.header nav ul li[data-switch-original]::after {
|
|
content: attr(data-switch-original);
|
|
}
|
|
|
|
@media (min-width: 550px) {
|
|
.section.header nav ul li[data-switch-change]::after {
|
|
content: attr(data-switch-change);
|
|
}
|
|
}
|