From caaa1ca96929f25dfc6fa25c976091f4038b0603 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 23 Jun 2020 17:51:27 +0200 Subject: [PATCH] Add emphasis on keys in html --- css/main.css | 14 ++++++++++++++ index.html | 46 +++++++++++++++++++++++----------------------- 2 files changed, 37 insertions(+), 23 deletions(-) diff --git a/css/main.css b/css/main.css index 35d4ced..cd74189 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,20 @@ +:root { + --main-color: #212121; + --light-color: #737373; + --background-color: #fdfdfd; +} + body { font-family: "JetBrains Mono", "Roboto Mono", "Menlo", monospace; + color: var(--main-color); + background-color: var(--background-color); } + #profile { white-space: pre-wrap; + color: var(--light-color); +} + +#profile strong { + color: var(--main-color); } \ No newline at end of file diff --git a/index.html b/index.html index d365f10..62dcd17 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@ <string></string> <!-- Incoming --> - <key>IncomingMailServerAuthentication</key> + <key>IncomingMailServerAuthentication</key> <string></string> - <key>IncomingMailServerHostName</key> + <key>IncomingMailServerHostName</key> <string></string> - <key>IncomingMailServerPortNumber</key> + <key>IncomingMailServerPortNumber</key> <integer></integer> - <key>IncomingMailServerUsername</key> + <key>IncomingMailServerUsername</key> <string></string> - <key>IncomingMailServerUseSSL</key> + <key>IncomingMailServerUseSSL</key> </> <!-- Outgoing --> - <key>OutgoingMailServerAuthentication</key> + <key>OutgoingMailServerAuthentication</key> <string></string> - <key>OutgoingMailServerHostName</key> + <key>OutgoingMailServerHostName</key> <string></string> - <key>OutgoingMailServerPortNumber</key> + <key>OutgoingMailServerPortNumber</key> <integer></integer> - <key>OutgoingMailServerUsername</key> + <key>OutgoingMailServerUsername</key> <string></string> - <key>OutgoingMailServerUseSSL</key> + <key>OutgoingMailServerUseSSL</key> </> - <key>OutgoingPasswordSameAsIncomingPassword</key> + <key>OutgoingPasswordSameAsIncomingPassword</key> </> <!-- Common keys --> - <key>PayloadDisplayName</key> + <key>PayloadDisplayName</key> <string></string> - <key>PayloadDescription</key> + <key>PayloadDescription</key> <string></string> - <key>PayloadIdentifier</key> + <key>PayloadIdentifier</key> <string></string> - <key>PayloadType</key> + <key>PayloadType</key> <string>{{ payload.PayloadType }}</string> - <key>PayloadUUID</key> + <key>PayloadUUID</key> <string>{{ payload.PayloadUUID() }}</string> - <key>PayloadVersion</key> + <key>PayloadVersion</key> <integer>{{ payload.PayloadVersion }}</integer> </dict> </array> <!-- Common keys --> - <key>PayloadDisplayName</key> + <key>PayloadDisplayName</key> <string></string> - <key>PayloadDescription</key> + <key>PayloadDescription</key> <string></string> - <key>PayloadIdentifier</key> + <key>PayloadIdentifier</key> <string></string> - <key>PayloadType</key> + <key>PayloadType</key> <string>{{ container.PayloadType }}</string> - <key>PayloadUUID</key> + <key>PayloadUUID</key> <string>{{ container.PayloadUUID() }}</string> - <key>PayloadVersion</key> + <key>PayloadVersion</key> <integer>{{ container.PayloadVersion }}</integer> </dict> </plist>