Skip to content

Instantly share code, notes, and snippets.

View Refzlund's full-sized avatar

Arthur Refslund Refzlund

View GitHub Profile
@Refzlund
Refzlund / stylebot.css
Created July 21, 2023 17:12
Responsive desktop version for tabs.ultimate-guitar.com
:root {
--w: 95vw;
--h: 90vh;
}
section.P8ReX {
max-height: 80vh !important;
}
.BDmSP, .o2tA_ {
@Refzlund
Refzlund / settings.json
Created September 20, 2022 07:33
VSCode Settings
{
"workbench.colorCustomizations": {
// These settings make it so ScreenToGif can make the background transparent
// "editor.lineHighlightBackground": "#00000000",
// "editorCursor.foreground": "#ffffff00",
"[Juicy]": {
"editor.background": "#101010",
"tab.inactiveBackground": "#202020",
// https://gist.github.com/Refzlund/a916fb6b4d849c219e6bc44022b3bfd9
@use "sass:meta";
@use "sass:list";
@use "sass:string";
/*
Example:
@use "_var.scss";