|
|
@@ -28,7 +28,7 @@
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'Roboto Mono';
|
|
|
- src: local('Roboto Mono'), local('RobotoMono-Regular'), url('/files/RobotoMono-Regular.woff2') format('woff2');
|
|
|
+ src: local('Roboto Mono'), local('RobotoMono-Regular'), url('../../files/RobotoMono-Regular.woff2') format('woff2');
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
@@ -37,14 +37,14 @@
|
|
|
font-family: 'Inter';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
- src: local('Inter-Regular'), url("/files/Inter-Regular.woff2?v=3.6") format("woff2");
|
|
|
+ src: local('Inter-Regular'), url("../../files/Inter-Regular.woff2?v=3.6") format("woff2");
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'Inter';
|
|
|
font-style: normal;
|
|
|
font-weight: 600;
|
|
|
- src: local('Inter-SemiBold'), url("/files/Inter-SemiBold.woff2?v=3.6") format("woff2");
|
|
|
+ src: local('Inter-SemiBold'), url("../../files/Inter-SemiBold.woff2?v=3.6") format("woff2");
|
|
|
}
|
|
|
|
|
|
html {
|
|
|
@@ -169,7 +169,7 @@ body .copy-btn {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
background-color: transparent;
|
|
|
- background-image: url('/files/ic_copy_grey_24dp.svg');
|
|
|
+ background-image: url('../../files/ic_copy_grey_24dp.svg');
|
|
|
background-size: contain;
|
|
|
background-position: center;
|
|
|
background-repeat: no-repeat;
|
|
|
@@ -184,7 +184,7 @@ body .copy-btn:hover {
|
|
|
body .copy-btn.copied {
|
|
|
pointer-events: none;
|
|
|
opacity: 1;
|
|
|
- background-image: url('/files/ic_tick_green_24dp.svg');
|
|
|
+ background-image: url('../../files/ic_tick_green_24dp.svg');
|
|
|
}
|
|
|
|
|
|
body table {
|