1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

antialiased fix

This commit is contained in:
codecalm
2021-11-06 12:35:25 +01:00
parent 886c137af7
commit 5ebe20e14f
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
</head>
{% assign layout-dark = page.layout-dark | default: site.layout-dark %}
<body class="antialiased{% if layout-dark %} theme-dark{% endif %}{% if layout.body-class %} {{ layout.body-class }}{% endif %}{% if page.body-class %} {{ page.body-class }}{% endif %}">
<body class="{% if layout-dark %} theme-dark{% endif %}{% if layout.body-class %} {{ layout.body-class }}{% endif %}{% if page.body-class %} {{ page.body-class }}{% endif %}">
{{ content }}
+3
View File
@@ -14,6 +14,9 @@ body {
position: relative;
min-height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
* {
@include scrollbar;
}