From 237b169eee1d0b47367042939710cacd7017c28c Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Tue, 10 Sep 2024 18:09:28 +0300 Subject: [PATCH] cleanup: scss deprecation warning --- CHANGELOG.md | 2 ++ custom/ArticleList.scss | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c9da7..4e3fe7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - The skip to content button not being on sites without the navigation island +- SCSS deprecation warning + ### Changed - Make grammer mistakes to have red underline diff --git a/custom/ArticleList.scss b/custom/ArticleList.scss index f37a679..5cb8093 100644 --- a/custom/ArticleList.scss +++ b/custom/ArticleList.scss @@ -72,13 +72,12 @@ &.draft { border: 0.15rem dashed #5b4f00; background-color: transparent; + border-radius: 1.2rem; @media (prefers-color-scheme: dark) { border-color: #ffff7d5a; } - border-radius: 1.2rem; - a { color: #5b4f00;