From e5d34fbb184b10f3e79f2c170227ccef0f62f1d3 Mon Sep 17 00:00:00 2001 From: sorata <136738526+brishtibheja@users.noreply.github.com> Date: Sun, 8 Jun 2025 09:54:46 +0530 Subject: [PATCH] Update default styles (#4060) * add margin for hr * add line height to default styles * update my email * change margin to 1em --- CONTRIBUTORS | 2 +- rslib/src/notetype/styling.css | 1 + ts/reviewer/reviewer.scss | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 068760e6b..8f167b962 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -148,7 +148,7 @@ user1823 <92206575+user1823@users.noreply.github.com> Gustaf Carefall virinci snowtimeglass -brishtibheja +brishtibheja <136738526+brishtibheja@users.noreply.github.com> Ben Olson Akash Reddy Lucio Sauer diff --git a/rslib/src/notetype/styling.css b/rslib/src/notetype/styling.css index 3872575fb..b14c63653 100644 --- a/rslib/src/notetype/styling.css +++ b/rslib/src/notetype/styling.css @@ -1,6 +1,7 @@ .card { font-family: arial; font-size: 20px; + line-height: 1.5; text-align: center; color: black; background-color: white; diff --git a/ts/reviewer/reviewer.scss b/ts/reviewer/reviewer.scss index 1248836ae..019cf1a81 100644 --- a/ts/reviewer/reviewer.scss +++ b/ts/reviewer/reviewer.scss @@ -6,6 +6,7 @@ hr { background-color: vars.palette(darkgray, 0); + margin: 1em 0; } body {