alpha
Login
or
Join now
4uffin.bsky.social
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
My own copy of Tangled :)
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
appview: highlight lines in amber
author
Akshay
date
1 year ago
(Apr 19, 2025, 7:39 PM +0100)
commit
ff7593c4
ff7593c420b0ad0a5cf4ff8069ec8bab4016eeb1
parent
4764945a
4764945a1acfbb366cfb9db4d9fb2638f0d93ea5
+1
-9
1 changed file
Expand all
Collapse all
Unified
Split
input.css
+1
-9
input.css
Reviewed
···
246
246
}
247
247
248
248
.chroma .line:has(.ln:target) {
249
249
-
background-color: rgba(140, 143, 161, 0.2);
250
250
-
}
251
251
-
252
252
-
@media (prefers-color-scheme: dark) {
253
253
-
.chroma .line:has(.ln:target) {
254
254
-
background-color: rgba(128, 135, 162, 0.2);
255
255
-
}
249
249
+
@apply bg-amber-400/30 dark:bg-amber-500/20
256
250
}
257
257
-
258
258
-