Skip to content

Commit 4d4e9c1

Browse files
committed
Updated color opacity
1 parent 1a7b57f commit 4d4e9c1

3 files changed

Lines changed: 19 additions & 58 deletions

File tree

css/lesscss.css

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,58 +1199,31 @@ body.lesscss .color-transparent {
11991199
background: transparent;
12001200
}
12011201
body.lesscss .color-op-1 {
1202-
background: rgba(0, 0, 0, 0.1);
1202+
opacity: 0.1;
12031203
}
12041204
body.lesscss .color-op-2 {
1205-
background: rgba(0, 0, 0, 0.2);
1205+
opacity: 0.2;
12061206
}
12071207
body.lesscss .color-op-3 {
1208-
background: rgba(0, 0, 0, 0.3);
1208+
opacity: 0.3;
12091209
}
12101210
body.lesscss .color-op-4 {
1211-
background: rgba(0, 0, 0, 0.4);
1211+
opacity: 0.4;
12121212
}
12131213
body.lesscss .color-op-5 {
1214-
background: rgba(0, 0, 0, 0.5);
1214+
opacity: 0.5;
12151215
}
12161216
body.lesscss .color-op-6 {
1217-
background: rgba(0, 0, 0, 0.6);
1217+
opacity: 0.6;
12181218
}
12191219
body.lesscss .color-op-7 {
1220-
background: rgba(0, 0, 0, 0.7);
1220+
opacity: 0.7;
12211221
}
12221222
body.lesscss .color-op-8 {
1223-
background: rgba(0, 0, 0, 0.8);
1223+
opacity: 0.8;
12241224
}
12251225
body.lesscss .color-op-9 {
1226-
background: rgba(0, 0, 0, 0.9);
1227-
}
1228-
body.lesscss .invert .color-op-1 {
1229-
background: rgba(255, 255, 255, 0.1);
1230-
}
1231-
body.lesscss .invert .color-op-2 {
1232-
background: rgba(255, 255, 255, 0.2);
1233-
}
1234-
body.lesscss .invert .color-op-3 {
1235-
background: rgba(255, 255, 255, 0.3);
1236-
}
1237-
body.lesscss .invert .color-op-4 {
1238-
background: rgba(255, 255, 255, 0.4);
1239-
}
1240-
body.lesscss .invert .color-op-5 {
1241-
background: rgba(255, 255, 255, 0.5);
1242-
}
1243-
body.lesscss .invert .color-op-6 {
1244-
background: rgba(255, 255, 255, 0.6);
1245-
}
1246-
body.lesscss .invert .color-op-7 {
1247-
background: rgba(255, 255, 255, 0.7);
1248-
}
1249-
body.lesscss .invert .color-op-8 {
1250-
background: rgba(255, 255, 255, 0.8);
1251-
}
1252-
body.lesscss .invert .color-op-9 {
1253-
background: rgba(255, 255, 255, 0.9);
1226+
opacity: 0.9;
12541227
}
12551228
body.lesscss .hidden {
12561229
display: none !important;

0 commit comments

Comments
 (0)