add openring, add 'updated on' meta field

This commit is contained in:
Siddhartha
2023-06-26 01:09:31 +05:30
parent 375f472a2c
commit 1b7efef41e
106 changed files with 4191 additions and 594 deletions

View File

@@ -16,6 +16,7 @@
--code-bg: rgb(245, 245, 245);
--border: rgb(238, 238, 238);
--link-color: rgb(255, 0, 0);
--openring-bg: rgb(238, 238, 238);
}
.dark {
@@ -29,6 +30,7 @@
--code-bg: rgb(55, 56, 62);
--border: rgb(51, 51, 51);
--link-color: rgb(220, 20, 60);
--openring-bg: rgb(55, 56, 62);
}
.list {