mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
added custom css for rounded table corners
This commit is contained in:
parent
80c85f4e80
commit
2f1dcc1692
1 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
--ifm-color-primary-lightest: #3cad6e;
|
||||
--ifm-code-font-size: 95%;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||
|
||||
--custom-table-outline-color: #dadde1;
|
||||
}
|
||||
|
||||
/* For readability concerns, you should choose a lighter palette in dark mode. */
|
||||
|
@ -27,4 +29,14 @@
|
|||
--ifm-color-primary-lighter: #32d8b4;
|
||||
--ifm-color-primary-lightest: #4fddbf;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
|
||||
--custom-table-outline-color: #606770;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-spacing: 0;
|
||||
border-collapse: separate;
|
||||
border-radius: 10px;
|
||||
border: 2px solid var(--custom-table-outline-color);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue