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; color: #bfbfbf;
} }
/* For future use .li1:target{
.li1 { transition:background-color 1s ease-in;
padding-left: 0.5em; -webkit-transition:background-color 1s ease-in;
text-indent: -0.5em; -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 { .theme-switch-wrapper {
display: flex; display: flex;