pelican-website-ge/output/theme/css/style.css

17 lines
263 B
CSS
Raw Normal View History

2021-05-06 19:56:25 +02:00
#blue{
color: #0040D0;
}
2021-05-12 16:04:46 +02:00
.base-home{
font-family: 'Nanum Gothic', sans-serif;
}
.navbar {
background-color: rgba(255, 255, 255, 0.6);
box-shadow: 2px 2px 2px #A1A1A1;
2021-05-12 16:04:46 +02:00
padding: 20px;
2021-05-06 19:56:25 +02:00
}
.navbar-light .navbar-nav .nav-link{
color: black;
2021-05-12 16:04:46 +02:00
}