fix: old post border color
This commit is contained in:
parent
7dc424ef5a
commit
48c3125080
3 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "20.13.2",
|
||||
"version": "20.13.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "coryd.dev",
|
||||
"version": "20.13.2",
|
||||
"version": "20.13.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cdransf/api-text": "^1.4.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "20.13.2",
|
||||
"version": "20.13.3",
|
||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
|
||||
&.old-post {
|
||||
--border-color: var(--gray-light);
|
||||
--border-color: var(--gray-dark);
|
||||
}
|
||||
|
||||
&.rss {
|
||||
|
|
Reference in a new issue