Font change social share

This commit is contained in:
gurusabarish
2021-07-31 12:52:44 +05:30
parent 1798378ead
commit 2afd1c8305
5 changed files with 91 additions and 7 deletions
+14 -1
View File
@@ -5,7 +5,20 @@ body {
font-family: "Roboto", sans-serif;
background-color: #eaedf0;
}
.blog-page-color{
.bottom-share {
position: fixed;
z-index: 1000;
bottom: 20px;
right: 25px;
}
.bottom-share button {
overflow: hidden;
height: 50px;
width: 50px;
border-radius: 50%;
}
.blog-page-color {
color: #3a3b3c !important;
}
#TableOfContents {