mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +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 {
|
||||
font-family: "Montserrat", sans-serif;
|
||||
background: #202020;
|
||||
color: #fff;
|
||||
background: radial-gradient(circle, #383838 1px, transparent 1px),
|
||||
#202020;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue