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;
|
||||
}
|
||||
|
||||
/* 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue