change in css file

This commit is contained in:
gurusabarish
2020-08-18 13:03:32 +05:30
parent bf5d3b5db4
commit 4b68507a03
9 changed files with 61 additions and 54 deletions
+5 -8
View File
@@ -1,16 +1,13 @@
h1 {
font-family: 'Alata', sans-serif;
}
a:hover {
text-decoration: none;
}
.item-title {
font-family: 'Alata', sans-serif;
color: rgba(0, 0, 0, 0.541);
font-weight: bold;
}
.item-title:hover {
color: rgb(0, 204, 255);
}
.blog-tags {
color: rgb(0, 204, 255);
}