hugo-theme-anubis2/exampleSiteMultilingual/assets/custom-css/custom2.css

8 lines
144 B
CSS
Raw Normal View History

2024-04-09 13:18:45 +02:00
.anubis-custom-style {
background-color: pink;
color: black;
padding: 1em;
border-radius: 0.3em;
border: 1px solid black;
2024-04-09 13:56:30 +02:00
}