/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26 Μαρ 2020, 7:33:19 μμ
    Author     : Αχιλλέας
*/

.title-divider {
    background: rgb(0,60,107);
    background: linear-gradient(90deg, rgba(0,60,107,1) 0%, rgba(255,255,255,1) 100%);
}

.article-title-link {
    color: black;
}