added line highlight function

Line id from url now highlights.
This commit is contained in:
aftercase 2021-08-25 23:48:17 +01:00
parent 4de5e5dafa
commit 64a892a40e

View file

@ -17,12 +17,15 @@
color: #bfbfbf;
}
/* For future use
.li1 {
padding-left: 0.5em;
text-indent: -0.5em;
.li1:target{
transition:background-color 1s ease-in;
-webkit-transition:background-color 1s ease-in;
-moz-transition:background-color 1s ease-in;
background-color: rgba(50, 152, 220, 0.3);
scroll-margin-top: 100px;
color: white !important;
}
*/
.theme-switch-wrapper {
display: flex;