1
0

Update roc-candy.css

This commit is contained in:
bonkmaykr
2021-07-06 15:30:43 -05:00
committed by GitHub
parent 10a0db5cc4
commit bc584e0c85

View File

@@ -144,7 +144,7 @@ module.PageModule{transition-duration: 0.1s;}
}
nav#PrimaryNav, nav#SecondaryNav {
border:1px solid #fc4b7f !important;
border:2px solid #fc4b7f !important;
border-radius: 18px;
/*originally about 30px, had to be reduced because different
secondary nav sizes would cause inconsistencies when expanded*/
@@ -329,6 +329,7 @@ pre, code.CodeSnippet {color:var(--DefaultRedColor);}
/*rgin-top:10px;*/
border:2px solid #fc4b7f;
border-radius: 10px;
backdrop-filter: blur(10px);
}
}