mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
added dots to main background
This commit is contained in:
parent
798ac7c495
commit
bb63132c7a
1 changed files with 3 additions and 1 deletions
|
|
@ -128,7 +128,9 @@ const { title } = Astro.props;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Montserrat", sans-serif;
|
font-family: "Montserrat", sans-serif;
|
||||||
background: #202020;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
background: radial-gradient(circle, #383838 1px, transparent 1px),
|
||||||
|
#202020;
|
||||||
|
background-size: 20px 20px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue