added dots to main background

This commit is contained in:
liyunze 2023-12-22 11:02:22 +08:00
parent 798ac7c495
commit bb63132c7a

View file

@ -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>