LoginSignup
1
0

More than 1 year has passed since last update.

メモ: css1行入れるだけでキレイになる

Last updated at Posted at 2020-07-18

water.css

light版
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css">
dark版
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css">

transform: rotate(0.05deg);

  • IE11でも動作する
* {
    transform: rotate(0.03deg);
}

thunderbird でもこの cssを設定できる。

プロファイルの場所は以下で確認ができる。

  • オプション - アカウント - サーバー設定 - メッセージの保存先

プロファイルの場所に chrome というフォルダを作り、以下ファイルにcssを書く。

  • userChrome.css
    • ソフト全体の表示
  • userContent.css
    • メール画面の表示
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0