mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-14 23:32:21 -06:00
6 lines
177 B
CSS
6 lines
177 B
CSS
a {
|
|
margin: calc(5% + 5px) calc(10% + 10px);
|
|
background: linear-gradient(black, white), radial-gradient(white, black);
|
|
content: " linear-gradient(black, white) ";
|
|
}
|