mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
added line highlight function
Line id from url now highlights.
This commit is contained in:
parent
4de5e5dafa
commit
64a892a40e
1 changed files with 8 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue