Use rem rather than pixel sizes

This commit is contained in:
Chris 2016-12-31 23:22:15 +00:00
parent 76992fc413
commit 84f0a8cf40

View File

@ -1,4 +1,4 @@
@charset "utf-8";
div.contextlink {
font-size: 12px;
font-size: 0.75rem;
}