mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-12-30 14:58:00 +01:00
Compare commits
No commits in common. "594d6aa3fcc450a3efafb23a1a7859093290afee" and "34308808ac4d0a8efb8ff2c35d9acd2cc315f0ed" have entirely different histories.
594d6aa3fc
...
34308808ac
@ -66,7 +66,7 @@ repos:
|
||||
]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.34.1
|
||||
rev: 0.34.0
|
||||
hooks:
|
||||
- id: check-dependabot
|
||||
- id: check-github-actions
|
||||
@ -76,7 +76,7 @@ repos:
|
||||
additional_dependencies: ["pyjson5"]
|
||||
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v6.1.2
|
||||
rev: v5.1.1
|
||||
hooks:
|
||||
- id: reuse
|
||||
exclude: ^.cache\/.*$
|
||||
|
||||
@ -1 +1 @@
|
||||
3.4.7
|
||||
3.4.6
|
||||
|
||||
28
Gemfile.lock
generated
28
Gemfile.lock
generated
@ -18,7 +18,7 @@ GEM
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
base64 (0.3.0)
|
||||
benchmark (0.4.1)
|
||||
bigdecimal (3.3.1)
|
||||
bigdecimal (3.2.3)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.3.5)
|
||||
connection_pool (2.5.4)
|
||||
@ -40,31 +40,31 @@ GEM
|
||||
ffi (1.17.2-x86_64-linux-gnu)
|
||||
ffi (1.17.2-x86_64-linux-musl)
|
||||
forwardable-extended (2.6.0)
|
||||
google-protobuf (4.33.0)
|
||||
google-protobuf (4.32.1)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.33.0-aarch64-linux-gnu)
|
||||
google-protobuf (4.32.1-aarch64-linux-gnu)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.33.0-aarch64-linux-musl)
|
||||
google-protobuf (4.32.1-aarch64-linux-musl)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.33.0-arm64-darwin)
|
||||
google-protobuf (4.32.1-arm64-darwin)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.33.0-x86-linux-gnu)
|
||||
google-protobuf (4.32.1-x86-linux-gnu)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.33.0-x86-linux-musl)
|
||||
google-protobuf (4.32.1-x86-linux-musl)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.33.0-x86_64-darwin)
|
||||
google-protobuf (4.32.1-x86_64-darwin)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.33.0-x86_64-linux-gnu)
|
||||
google-protobuf (4.32.1-x86_64-linux-gnu)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
google-protobuf (4.33.0-x86_64-linux-musl)
|
||||
google-protobuf (4.32.1-x86_64-linux-musl)
|
||||
bigdecimal
|
||||
rake (>= 13)
|
||||
haml (6.3.0)
|
||||
@ -111,7 +111,7 @@ GEM
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
json (2.15.1)
|
||||
json (2.15.0)
|
||||
kramdown (2.5.1)
|
||||
rexml (>= 3.3.9)
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
@ -127,7 +127,7 @@ GEM
|
||||
jekyll (>= 3.5, < 5.0)
|
||||
jekyll-feed (~> 0.9)
|
||||
jekyll-seo-tag (~> 2.1)
|
||||
minitest (5.26.0)
|
||||
minitest (5.25.5)
|
||||
nokogiri (1.18.10)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
@ -213,7 +213,7 @@ GEM
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.6.0)
|
||||
uri (1.0.4)
|
||||
uri (1.0.3)
|
||||
webrick (1.9.1)
|
||||
|
||||
PLATFORMS
|
||||
@ -257,7 +257,7 @@ DEPENDENCIES
|
||||
webrick
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.4.7p58
|
||||
ruby 3.4.6p54
|
||||
|
||||
BUNDLED WITH
|
||||
2.7.2
|
||||
|
||||
@ -151,16 +151,16 @@ code {
|
||||
// Overrides for dark themes
|
||||
@media (prefers-color-scheme: dark) {
|
||||
*:not(a) {
|
||||
color: #adff2f !important;
|
||||
border-color: #adff2f !important;
|
||||
color: #ffb700 !important;
|
||||
border-color: #ffb700 !important;
|
||||
background-color: #000000 !important;
|
||||
}
|
||||
|
||||
// Adblocker detection)
|
||||
.ftf-dma-note {
|
||||
color-scheme: only dark !important;
|
||||
color: #adff2f !important;
|
||||
border-color: #adff2f !important;
|
||||
color: #ffb700 !important;
|
||||
border-color: #ffb700 !important;
|
||||
background-color: #000000 !important;
|
||||
max-width: 78ch !important;
|
||||
margin: 0 auto !important;
|
||||
|
||||
10
n/colors.md
10
n/colors.md
@ -10,15 +10,9 @@ lang: en
|
||||
# Useful color codes
|
||||
|
||||
- `#000000` - black
|
||||
- `#FFFFFF` - white
|
||||
- `#00FF00` - green
|
||||
- `#80FF00` - chartreuse
|
||||
- `#ADFF2F` - green-yellow, near the middle of human visible spectrum
|
||||
- `#FFFF00` - yellow
|
||||
- `#FFB700` - amber (like on old computer screens) or _sunflower mango_ or
|
||||
_summer yellow_ or _luminous bright orange_
|
||||
- `#ffffff` - white
|
||||
- `#970000` - red
|
||||
- `#E34234` - vermillion
|
||||
- `#ffb700` - amber
|
||||
- `#800080` - purple
|
||||
- `#8A2BE2` - blue violet via ChatGPT via [dev](https://t.me/devs_chat/131577)
|
||||
[meme](https://t.me/devs_chat/131597)
|
||||
|
||||
2
package.json
vendored
2
package.json
vendored
@ -9,6 +9,6 @@
|
||||
"prettier-plugin-sh": "0.18.0",
|
||||
"prettier-plugin-toml": "2.0.6"
|
||||
},
|
||||
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
|
||||
"packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user