Skip to content

Instantly share code, notes, and snippets.

View Mativve's full-sized avatar
⌨️
Coding is my life.

Mateusz Świder Mativve

⌨️
Coding is my life.
  • Poland
  • 09:28 (UTC +02:00)
View GitHub Profile
@Mativve
Mativve / style.scss
Created February 14, 2023 22:46
WordPress widgets style - SCSS
.widget{
// Links widget
&_links{
ul{
}
li{
@Mativve
Mativve / scrimGradientOpacity.scss
Created January 17, 2024 15:02
Scrim Gradient with opacity
@mixin scrimGradient($startColor: $color-black, $direction: 'to bottom') {
$scrimCoordinates: (0: 1,
19: 0.738,
34: 0.541,
47: 0.382,
56.5: 0.278,
65: 0.194,
73: 0.126,
80.2: 0.075,
/*!
* Select2 v4 Bootstrap 5 theme v1.3.0
*/.select2-container--bootstrap-5{display:block}select+.select2-container--bootstrap-5{z-index:1}.select2-container--bootstrap-5 :focus{outline:0}.select2-container--bootstrap-5 .select2-selection{width:100%;min-height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.select2-container--bootstrap-5 .select2-selection{transition:none}}.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection{border-bo
@Mativve
Mativve / main.js
Created April 1, 2026 20:11
Skrypt zamienia kolory planszy według podanego schematu
// ==UserScript==
// @name KurnikStyle
// @namespace http://tampermonkey.net/
// @version 2026-04-01
// @description
// @author Mativve
// @match https://www.kurnik.pl/*/
// @icon https://www.google.com/s2/favicons?sz=64&domain=kurnik.pl
// @grant none
// ==/UserScript==